-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for symfony/psr-http-message-bridge: ^6.4
#750
Conversation
I can confirm that this change works. I updated a Symfony app to 6.4 and used my own fork of |
Just tested as well and it works for me. |
… for versions before 6.4 (nicolas-grekas) This PR was merged into the 1.x branch. Discussion ---------- Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4 Should fix issues like getsentry/sentry-symfony#750 and symfony/recipes#1236 Before 6.4, the bridge was not in `symfony/symfony` so that `extra.symfony.require` shouldn't apply to earlier versions. We *could* improve the API and flex to handle this concern at a more generic level, but this is so rare that I suggest hard-coding the rule in flex. Commits ------- 42276be Decouple psr-http-message-bridge from extra.symfony.require for versions before 6.4
The root issue should be fixed by symfony/flex#1003, but this change is still welcome (I'd suggest merging + releasing without waiting for 6.4-stable, that might make things a big smoother for end users.) |
# Conflicts: # composer.json
34ef34b
to
6677e77
Compare
Released in 4.12.0 |
Hopefully fixes #749 once Symfony 6.4 was tagged.